home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 351-375 / 373 / multiplot / source / mplot_src / src.zoo / plotlim.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-08-03  |  218 b   |  14 lines

  1. /* plotlim.h */
  2. #define MaxHORIZ 640
  3. #define MaxVERT 512
  4.  
  5. #define MAXTICS 20
  6. #define NTICS_DEFAULT 6
  7. #define X_TIC_SIZE 6
  8. #define Y_TIC_SIZE 8
  9. #define ERR_DELIM 3
  10. #define PLOTCOLORBASE 4
  11. #define DEFAULT_POINT_SIZE 8
  12.  
  13.  
  14.